home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / TRIPPLAN.DIR / Scripts_36.ls < prev    next >
Encoding:
Text File  |  1996-07-25  |  150 b   |  11 lines

  1. on enterFrame
  2.   setBar(30)
  3.   updateStage()
  4. end
  5.  
  6. on exitFrame
  7.   global theSoundPath
  8.   sound playFile 1, theSoundPath & "p17.wav"
  9.   setTrans(27, 2)
  10. end
  11.